Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NObjectEqualsFilter<T> Class / Filter Method
object to filter


In This Topic
    Filter Method (NObjectEqualsFilter<T>)
    In This Topic
    Returns true, if the item is equal to the specified item. This operation uses the item Object.Equals virtual method.
    Syntax
    'Declaration
     
    
    Public Function Filter( _
       ByVal item As T _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NObjectEqualsFilter(Of T)
    Dim item As T
    Dim value As System.Boolean
     
    value = instance.Filter(item)
    public System.bool Filter( 
       T item
    )

    Parameters

    item
    object to filter

    Return Value

    true if the contained filter returned false, false if the contained filter returned true
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also